home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-27 | 1.1 KB | 19 lines | [TEXT/ttxt] |
- #!/bin/csh
- #
- # build-prelude -- recompile the prelude, saving the old one as old-prelude.*
- #
- #
- cd $Y2
- setenv PRELUDEBIN $Y2/progs/prelude/cmu
- if (-e $PRELUDEBIN/Prelude.sparcf) then
- rm $PRELUDEBIN/old*
- foreach i ($PRELUDEBIN/Prelude*.{scm,sparcf})
- mv $i $PRELUDEBIN/old-$i:t
- end
- endif
- $CMUCL <<EOF
- ;; Need a big heap to compile the prelude.
- (setf ext:*bytes-consed-between-gcs* 10000000)
- ;; If you want to recompile
- ;; everything from scratch, execute the "clean" script first, or
- ;; else use the "